home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
reqtools22c_usr.lha
/
ReqTools
/
Glue
/
SAS-C
/
LibSource.lha
/
src
/
rtScreenModeRequest.asm
< prev
next >
Wrap
Assembly Source File
|
1993-08-25
|
235b
|
18 lines
SECTION "text",CODE
INCLUDE "reqtools.i"
XDEF _rtScreenModeRequest
_rtScreenModeRequest:
movem.l a3/a6,-(a7)
GETRTBASE
movem.l 12(a7),a1/a3
lea 20(a7),a0
jsr _LVOrtScreenModeRequestA(a6)
movem.l (a7)+,a3/a6
rts
END